projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25da0b8
)
hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
author
Haavard Skinnemoen
<
[email protected]
>
Wed, 20 Aug 2008 07:28:36 +0000
(09:28 +0200)
committer
Haavard Skinnemoen
<
[email protected]
>
Wed, 20 Aug 2008 07:28:36 +0000
(09:28 +0200)
Signed-off-by: Haavard Skinnemoen <
[email protected]
>
include/configs/hammerhead.h
patch
|
blob
|
history
diff --git
a/include/configs/hammerhead.h
b/include/configs/hammerhead.h
index ab13d2e32cf73a9f5eae615fd667555c170b6c86..8e83daa37639b6d7c29bc3dc0507d9da3844ac62 100644
(file)
--- a/
include/configs/hammerhead.h
+++ b/
include/configs/hammerhead.h
@@
-83,7
+83,7
@@
#define CONFIG_AUTOBOOT 1
#define CONFIG_AUTOBOOT_KEYED 1
#define CONFIG_AUTOBOOT_PROMPT \
- "Press SPACE to abort autoboot in %d seconds\n"
+ "Press SPACE to abort autoboot in %d seconds\n"
, bootdelay
#define CONFIG_AUTOBOOT_DELAY_STR "d"
#define CONFIG_AUTOBOOT_STOP_STR " "